home *** CD-ROM | disk | FTP | other *** search
/ Night Sky Interactive / Night Sky Interactive.iso / mac / Data / Astro.DIR / 00045.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  191 b   |  13 lines

  1. on mouseDown
  2.   puppetSprite(6, 1)
  3.   set the castNum of sprite 6 to 222
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(6, 0)
  9.   set the castNum of sprite 6 to 212
  10.   updateStage()
  11.   go("B")
  12. end
  13.